home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Tele / A / AnalyzeCL Utils.sit / CLAnalysis Stacks.sit / File Data / background_2755.txt < prev    next >
Encoding:
Text File  |  1989-05-23  |  4.9 KB  |  250 lines

  1. -- background: 2755 from stack: in
  2. -- bmap block id: 3097
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Weekly
  6.  
  7.  
  8. -- part 6 (field)
  9. -- low flags: 01
  10. -- high flags: 4000
  11. -- rect: left=137 top=46 right=70 bottom=430
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: File_Name
  20.  
  21.  
  22. -- part 8 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=256 top=298 right=321 bottom=281
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1013 / 1013
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Next
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to next card of this background
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 9 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=228 top=298 right=321 bottom=254
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 1014 / 1014
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Prev
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   go to prev card of this background
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 24 (field)
  61. -- low flags: 01
  62. -- high flags: 0000
  63. -- rect: left=390 top=104 right=129 bottom=431
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 3
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Access Cnt
  72.  
  73.  
  74. -- part 25 (field)
  75. -- low flags: 01
  76. -- high flags: 0000
  77. -- rect: left=390 top=143 right=168 bottom=431
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 3
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Not Found
  86.  
  87.  
  88. -- part 26 (field)
  89. -- low flags: 01
  90. -- high flags: 0000
  91. -- rect: left=390 top=184 right=209 bottom=431
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 3
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Cancelled
  100.  
  101.  
  102. -- part 29 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=328 top=298 right=321 bottom=353
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 26865 / 26865
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: Next
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   go to last card
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 32 (button)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=168 top=298 right=321 bottom=193
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 30557 / 30557
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Next
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   go to first card of this background
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 34 (button)
  141. -- low flags: 00
  142. -- high flags: 8003
  143. -- rect: left=62 top=6 right=24 bottom=169
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: Load Data
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   global newdata
  155.   delecards
  156.   readfile "File Stats"
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 35 (button)
  162. -- low flags: 00
  163. -- high flags: 8003
  164. -- rect: left=335 top=6 right=24 bottom=442
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: Delete Cards
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   global newdata
  176.   delecards
  177. end mouseUp
  178.  
  179.  
  180.  
  181. -- part 36 (button)
  182. -- low flags: 00
  183. -- high flags: 8000
  184. -- rect: left=60 top=72 right=116 bottom=100
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 20186 / 20186
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: Sort
  193. ----- HyperTalk script -----
  194. on mouseUp
  195.   sort by  field 1
  196. end mouseUp
  197.  
  198.  
  199.  
  200. -- part 37 (button)
  201. -- low flags: 00
  202. -- high flags: 8000
  203. -- rect: left=85 top=204 right=248 bottom=125
  204. -- title width / last selected line: 0
  205. -- icon id / first selected line: 20186 / 20186
  206. -- text alignment: 1
  207. -- font id: 0
  208. -- text size: 12
  209. -- style flags: 0
  210. -- line height: 16
  211. -- part name: Sort
  212. ----- HyperTalk script -----
  213. on mouseUp
  214.   sort descending datetime  by  field 5
  215. end mouseUp
  216.  
  217.  
  218.  
  219. -- part 38 (button)
  220. -- low flags: 00
  221. -- high flags: 8000
  222. -- rect: left=428 top=91 right=135 bottom=468
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 20186 / 20186
  225. -- text alignment: 1
  226. -- font id: 0
  227. -- text size: 12
  228. -- style flags: 0
  229. -- line height: 16
  230. -- part name: Sort
  231. ----- HyperTalk script -----
  232. on mouseUp
  233.   sort descending by  field 2
  234. end mouseUp
  235.  
  236.  
  237.  
  238. -- part 23 (field)
  239. -- low flags: 01
  240. -- high flags: 4000
  241. -- rect: left=45 top=184 right=209 bottom=179
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 0 / 0
  244. -- text alignment: 1
  245. -- font id: 3
  246. -- text size: 12
  247. -- style flags: 0
  248. -- line height: 16
  249. -- part name: Lst Ref
  250.